home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IFLCanChange, IFLBrowsercounter, browserID, ARTComp
- go(the frame)
- if ARTComp <> 1 then
- ADDAdvertBreak(8)
- end if
- ARTWhichSection()
- ARTSubSection()
- if the mouseUp then
- set IFLCanChange to 1
- end if
- ARTQuitCD()
- if browserID > 32 then
- if IFLBrowsercounter = 2 then
- ARTCheckBrowser()
- else
- set IFLBrowsercounter to 1 + IFLBrowsercounter
- end if
- end if
- IFLsectionWordAnimate()
- end
-